home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / incevent.arc / INCEVENT.DOC next >
Text File  |  1990-11-20  |  2KB  |  43 lines

  1. IncEvent v1.0 - Increase the time on an event                  90 11 21
  2.  
  3. Purpose:
  4.      To increase the time of the next event on a PCBoard bbs system.
  5.  
  6. Usage:
  7.       IncEvent [pcboard.dat [[hour]:[min]]]
  8.  
  9.       where
  10.         pcboard.dat is the path and filename of the pcboard.dat file
  11.             that you wish to change the time in.  The default
  12.             is "PCBOARD.DAT"
  13.  
  14.         hour:min is the time by which you wish to increase the event
  15.              time.  The hours and minutes must be separated by
  16.              a colon ':', and there can be no other characters but
  17.              digits in this string.
  18.  
  19. Assumptions:
  20.          You must be using a pcboard.dat file which is version 14.5,
  21.          because the event time has to be on line 143.  The event time
  22.          in the pcboard.dat file has to be in the format : 99:99, where
  23.          '9' represents any numerical digit. The first digit has to
  24.          start on column 0.
  25.          There should no problem if you are using version 14.5!
  26.  
  27. Error Checking:
  28.            You can have an increase in minutes that is greater than 100
  29.            minutes.  If you type in "IncEvent pcboard.dat :180", it will
  30.            increase the time by 3:00. When the hour goes beyond 23, it
  31.            is rolled back to zero (0).
  32.  
  33. Author:
  34.     Roy Pereira
  35.     Canadian International Development Agency bbs
  36.     819-953-8207
  37.     Ottawa, Ontario, Canada
  38.  
  39.     I can be reached at these other fine bbs's:
  40.       SaltAir            801-261-8974  as Canadian Int.
  41.       Xevious            508-875-3618
  42.       FTL                404-292-8761
  43.